FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowColCollection<T> Class / MinSize Property

In This Topic
    MinSize Property (GridRowColCollection<T>)
    In This Topic
    Gets or sets the minimum size for the items in the collection.
    Syntax
    'Declaration
     
    Public Property MinSize As Double
    public double MinSize {get; set;}
    See Also